home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / kernels / lodlin14.txt < prev    next >
Text File  |  1994-05-31  |  2KB  |  51 lines

  1. This is a utility that allows you to start Linux from MS-DOS. It's a good
  2. alternative to using LILO to boot your machine, and is probably a lot safer
  3. for beginners to deal with. It also works great with UMSDOS, while LILO
  4. does not.
  5.  
  6. To use it, install Linux. Skip the LILO installation, but make a bootdisk at
  7. the beginning of the system configuration process. Boot your system, and copy
  8. the kernel (/vmlinuz) to your DOS partition. You may have had this mounted
  9. somewhere when you installed Linux. If not, you'll have to mount it yourself
  10. with a command like: 
  11.  
  12.    mount /dev/hda1 /mnt -t msdos
  13.  
  14. You can look to see which partitions are DOS partitions with 'fdisk -l'.
  15.  
  16. Copy the kernel over:
  17.  
  18.    cp /vmlinuz /mnt/vmlinuz
  19.  
  20. Next, get DOS going... and unzip the lodlin14.zip file:
  21.  
  22.      unzip -d lodlin14.zip
  23. or:  pkunzip -d lodlin14.zip
  24.  
  25. Then, read the docs in C:\LOADLIN (or wherever you put it). They'll be a lot
  26. more help than I will, since they were written by the program's author. :^)
  27.  
  28. For the record, all I had to do to get loadlin.exe to boot my Linux partition
  29. was:
  30.  
  31.   1. Put this as the first line of CONFIG.SYS:
  32.      DEVICE=C:\LOADLIN\BIOSINTV.SYS
  33.  
  34.   2. Made sure the CONFIG.SYS loaded EMM386.SYS.
  35.  
  36.   3. Booted my Linux system with this command:
  37.      loadlin c:\vmlinuz root=/dev/hdb3 ro
  38.  
  39. If you use UMSDOS, you can use syntax like this as well:
  40.      loadlinx c:\vmlinuz root=c: rw
  41.  
  42. Again, see the docs that come with LOADLIN for complete details on all the
  43. options, including the most complete list I've seen of options that can be
  44. passed to the kernel at boot time. :^)
  45.  
  46. Good luck,
  47.  
  48. ---
  49. Patrick Volkerding
  50. volkerdi@mhd1.moorhead.msus.edu
  51.